Uses of Class
com.seclore.fs.ws.client.pscp.exception.PSCPException
Packages that use PSCPException
-
Uses of PSCPException in com.seclore.fs.ws.client.pscp
Methods in com.seclore.fs.ws.client.pscp that throw PSCPExceptionModifier and TypeMethodDescriptionstatic PSConnectionPSConnection.getInstance(String pPoolId, boolean pIsPooledConnection, Config pConfig, String pURL, CryptoHandler pCryptoHandler) This method returns the instance of PSConnection.
In the process of returning the connection,it will first try with the given url.
If connection fails with the given url,it will enumerate all the configured urls in the server details implementation and tries to get connection with each of them.
finally it returns the successful connection with url or null if connection is not successful with any configured url.PSConnectionPool.getLastAccessibleURL()PSConnectionPool.getPSConnection(boolean pValidate) Returns PSConnection from pool, if available.HttpRequestInfo.getRequestData()Get the request data.HttpResponseInfo.getResponseData()Get the HTTP response data.voidLoginHandler.login(PSConnection pPSConnection) This method sends request to authenticate a session.voidLoginHandler.logout(PSConnection pPSConnection) This function logs the user out.LoginHandler.ping(PSConnection pPSConnection) This function checks whether server is up or not and returns response header.PSConnection.send(Locale pLocale, HttpRequestInfo pHttpRequestInfo) Send a request to the server and returns the HttpResponseInfo instance.PSConnection.sendRequest(int pRequestType, String pRequestXML) This method is used to send the request to policy server.voidHttpRequestInfo.setRequestData(String pRequestData) Set the request data to send to the server.voidPSConnection.terminate()This method releases all the resources occupied by this connection.voidPSConnectionPool.terminate()Terminates the entire pool.voidPSConnectionPool.validateInitialize() -
Uses of PSCPException in com.seclore.fs.ws.client.pscp.exception
Subclasses of PSCPException in com.seclore.fs.ws.client.pscp.exceptionModifier and TypeClassDescriptionclassThis exception is typically thrown when someone requests for a connection from the pool and there are no connections available in the pool.classThis exception is typically thrown when HTTP Session with the Server has expired on a given connection.